home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 October / MACPOWER-1997-10.ISO.7z / MACPOWER-1997-10.ISO / AMUG / PROGRAMMING / Mac F2C 1.3.5.sit / Mac F2C 1.3.5 / Mac F2C Libraries / libI77 Sources / CW_I.h < prev    next >
Text File  |  1997-04-24  |  452b  |  13 lines

  1. /*****************************************************
  2. *                                                     *
  3. *    Special    macros required    to correctly build the     *
  4. *    the    CodeWarrior    version    of libI77.                 *
  5. *                                                     *
  6. *****************************************************/
  7.  
  8.  
  9. #define NON_UNIX_STDIO       /* Force ANSI standard IO calls */
  10. #define _POSIX_SOURCE        /* Force use of tmpnam() instead of mktemp() */
  11. #define CW_F2C                /* Trigger CodeWarrior specific library modifications */
  12.  
  13.